From: Jim Blandy Date: Wed, 7 Apr 1993 15:14:21 +0000 (+0000) Subject: Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96591 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b7fc702ec2848cf07e7cc574a3f225d10f578d99;p=emacs.git Doc fix. --- diff --git a/lisp/shell.el b/lisp/shell.el index 88e62c64361..bf7d2b820e4 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -287,7 +287,7 @@ Otherwise, one argument `-i' is passed to the shell. ;;; changes the current directory of the shell buffer accordingly. ;;; ;;; This is basically a fragile hack, although it's more accurate than -;;; the released version in shell.el. It has the following failings: +;;; the version in Emacs 18's shell.el. It has the following failings: ;;; 1. It doesn't know about the cdpath shell variable. ;;; 2. It only spots the first command in a command sequence. E.g., it will ;;; miss the cd in "ls; cd foo"